From af820f49312db11c26490f14273bbc2b9040d1e6 Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Fri, 23 Dec 2011 10:28:18 +0100 Subject: Add missing include guards. --- src/core/DatabaseIcons.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/core/DatabaseIcons.h b/src/core/DatabaseIcons.h index 2894351fa..76ca84d60 100644 --- a/src/core/DatabaseIcons.h +++ b/src/core/DatabaseIcons.h @@ -15,6 +15,9 @@ * along with this program. If not, see . */ +#ifndef KEEPASSX_DATABASEICONS_H +#define KEEPASSX_DATABASEICONS_H + #include #include @@ -35,3 +38,5 @@ private: QList m_indexToName; QHash m_iconCache; }; + +#endif // KEEPASSX_DATABASEICONS_H -- cgit v1.2.3