summaryrefslogtreecommitdiff
path: root/src/display.h
diff options
context:
space:
mode:
authorAndrzej Rybczak <electricityispower@gmail.com>2012-10-02 16:19:04 +0200
committerAndrzej Rybczak <electricityispower@gmail.com>2012-10-02 16:19:04 +0200
commitefe2a523829fbcc18b010022eee23610830f1cc5 (patch)
tree0b7e696f530d5bea704093640d978f168c48c3f9 /src/display.h
parent592a156aaa65f5c130911753f7e524aa1e341e44 (diff)
fix header guards
Diffstat (limited to 'src/display.h')
-rw-r--r--src/display.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/display.h b/src/display.h
index 5898cdb9..93447473 100644
--- a/src/display.h
+++ b/src/display.h
@@ -18,8 +18,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
-#ifndef _DISPLAY_H
-#define _DISPLAY_H
+#ifndef NCMPCPP_DISPLAY_H
+#define NCMPCPP_DISPLAY_H
#include "interfaces.h"
#include "menu.h"
@@ -50,5 +50,5 @@ void Items(NC::Menu<MPD::Item> &menu, const ProxySongList &pl);
}
-#endif
+#endif // NCMPCPP_DISPLAY_H