Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lintest/myrulib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKandrashin Denis <mail@lintest.ru>2009-10-01 10:07:29 +0400
committerKandrashin Denis <mail@lintest.ru>2009-10-01 10:07:29 +0400
commitf1cc99d400ad038b4a13957b3aa3f7933b168933 (patch)
treebbd01cdc2fb9001cdbe7aa178284122940265156
parent7aafbf0f351252951a1fb1ee780091babbf6f400 (diff)
Version v0.080.08
-rw-r--r--MyRuLib/FbMainFrame.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/MyRuLib/FbMainFrame.h b/MyRuLib/FbMainFrame.h
index 9f10c738..d2179e48 100644
--- a/MyRuLib/FbMainFrame.h
+++ b/MyRuLib/FbMainFrame.h
@@ -7,8 +7,8 @@
* License:
**************************************************************/
-#ifndef MYRULIBMAIN_H
-#define MYRULIBMAIN_H
+#ifndef __FBMAINFRAME_H__
+#define __FBMAINFRAME_H__
#include <wx/wx.h>
#include <wx/aui/aui.h>
@@ -67,4 +67,4 @@ private:
DECLARE_EVENT_TABLE()
};
-#endif // MYRULIBMAIN_H
+#endif // __FBMAINFRAME_H__