src/types.h

changeset 20
a5457405cc9b
parent 14
825d9ed1ee01
child 21
99225eac33ba
--- a/src/types.h	Sun Aug 11 16:08:13 2013 +0300
+++ b/src/types.h	Sun Sep 08 16:14:58 2013 +0300
@@ -16,8 +16,8 @@
  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef TYPES_H
-#define TYPES_H
+#ifndef ZANDEMO_TYPES_H
+#define ZANDEMO_TYPES_H
 
 #include "main.h"
 #include <QString>
@@ -128,4 +128,4 @@
 void fprint (FILE* fp, const char* fmtstr, ...);
 #endif
 
-#endif // TYPES_H
\ No newline at end of file
+#endif // ZANDEMO_TYPES_H
\ No newline at end of file

mercurial