.examples

git-svn-id: svn://ultimatepp.org/upp/trunk@14205 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-03-31 15:04:59 +00:00
parent 38df12a9b9
commit d400a792fc
6 changed files with 41 additions and 79 deletions

View file

@ -19,8 +19,6 @@ struct Preview : Ctrl {
struct TextToSvgPathDlg : public WithTextToSvgPathLayout<TopWindow> {
Preview preview;
void Render();
TextToSvgPathDlg();
};