summaryrefslogtreecommitdiff
path: root/src/gui/models/soundsmodel.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-02-28 15:46:02 +0300
committerAndrei Karas <akaras@inbox.ru>2014-02-28 16:41:19 +0300
commitf146cd42ce84a08879eb286ecd2ed2aa8ad82300 (patch)
treef689f832f54f361be8cff61deb47c0e32febd486 /src/gui/models/soundsmodel.h
parent409cee51fe11e2495a2741226432666a8702dceb (diff)
downloadmv-f146cd42ce84a08879eb286ecd2ed2aa8ad82300.tar.gz
mv-f146cd42ce84a08879eb286ecd2ed2aa8ad82300.tar.bz2
mv-f146cd42ce84a08879eb286ecd2ed2aa8ad82300.tar.xz
mv-f146cd42ce84a08879eb286ecd2ed2aa8ad82300.zip
fix code style.
Diffstat (limited to 'src/gui/models/soundsmodel.h')
-rw-r--r--src/gui/models/soundsmodel.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/models/soundsmodel.h b/src/gui/models/soundsmodel.h
index 2f645e666..3ac679d37 100644
--- a/src/gui/models/soundsmodel.h
+++ b/src/gui/models/soundsmodel.h
@@ -19,6 +19,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#ifndef GUI_MODELS_SOUNDSMODEL_H
+#define GUI_MODELS_SOUNDSMODEL_H
+
#include "gui/theme.h"
#include "gui/models/namesmodel.h"
@@ -40,3 +43,5 @@ class SoundsModel final : public NamesModel
~SoundsModel()
{ }
};
+
+#endif // GUI_MODELS_SOUNDSMODEL_H