summaryrefslogtreecommitdiff
path: root/src/gui/widgets/popup.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-05-28 14:52:47 +0300
committerAndrei Karas <akaras@inbox.ru>2013-05-28 20:29:17 +0300
commit7e4722653046e8870660808750bbafbb96bf4185 (patch)
treeea51a959adbb4792d8e064f98c9a3dba2c80c5c3 /src/gui/widgets/popup.h
parent6e01113e78755fd119aa36503faec77c6641935b (diff)
downloadplus-7e4722653046e8870660808750bbafbb96bf4185.tar.gz
plus-7e4722653046e8870660808750bbafbb96bf4185.tar.bz2
plus-7e4722653046e8870660808750bbafbb96bf4185.tar.xz
plus-7e4722653046e8870660808750bbafbb96bf4185.zip
fix guard header part1.
Diffstat (limited to 'src/gui/widgets/popup.h')
-rw-r--r--src/gui/widgets/popup.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/widgets/popup.h b/src/gui/widgets/popup.h
index 57772f642..c5f8bd3c1 100644
--- a/src/gui/widgets/popup.h
+++ b/src/gui/widgets/popup.h
@@ -21,8 +21,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef POPUP_H
-#define POPUP_H
+#ifndef GUI_WIDGETS_POPUP_H
+#define GUI_WIDGETS_POPUP_H
#include "configuration.h"
#include "gui/widgets/container.h"
@@ -186,4 +186,4 @@ class Popup : public Container, public gcn::MouseListener,
bool mRedraw;
};
-#endif
+#endif // GUI_WIDGETS_POPUP_H