src/ColorSelector.h

changeset 641
425b169a82aa
parent 629
b75c6cce02e2
child 642
751a8df42842
--- a/src/ColorSelector.h	Wed Mar 05 03:39:31 2014 +0200
+++ b/src/ColorSelector.h	Wed Mar 05 03:45:49 2014 +0200
@@ -16,9 +16,7 @@
  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef LDFORGE_COLORSELECTOR_H
-#define LDFORGE_COLORSELECTOR_H
-
+#pragma once
 #include <QDialog>
 #include "Main.h"
 
@@ -50,5 +48,3 @@
 		void drawScene();
 		void drawColorInfo();
 };
-
-#endif // LDFORGE_COLORSELECTOR_H

mercurial