src/primitives.cpp

changeset 473
2a84149fe642
parent 461
fbcc91ae1dd2
child 475
1f5ab7410e4d
--- a/src/primitives.cpp	Thu Aug 22 18:13:20 2013 +0300
+++ b/src/primitives.cpp	Thu Aug 22 20:24:16 2013 +0300
@@ -26,6 +26,7 @@
 #include "ui_makeprim.h"
 #include "misc.h"
 #include "colors.h"
+#include "moc_primitives.cxx"
 
 List<PrimitiveCategory> g_PrimitiveCategories;
 static PrimitiveLister* g_activePrimLister = null;
@@ -563,6 +564,4 @@
 	// spinbox to 48.
 	if (on && ui->sb_segs->value() == lores)
 		ui->sb_segs->setValue (hires);
-}
-
-#include "build/moc_primitives.cpp"
\ No newline at end of file
+}
\ No newline at end of file

mercurial