Move define into namespace
David Blume

David Blume commited on 2015-11-07 23:42:09
Showing 1 changed files, with 2 additions and 2 deletions.

... ...
@@ -1,10 +1,10 @@
1 1
 #ifndef __widget_hpp
2 2
 #define __widget_hpp
3 3
 
4
-#define WIDGET_ID 1
5
-
6 4
 namespace UI {
7 5
 
6
+#define WIDGET_ID 1
7
+
8 8
 int widget_cb();
9 9
 
10 10
 }
11 11