diff options
author | Tomaz Canabrava <tomaz.canabrava@gmail.com> | 2015-05-29 21:21:18 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-05-29 20:58:58 -0700 |
commit | d6e61b74fc140ca5a6cb1de3c6b6435b3701aa5b (patch) | |
tree | 7fb0440597303da24774d2ada6e98eb997b29552 /qt-models | |
parent | 266e3099624deb566cb04d9eeaf2c59db028a576 (diff) | |
download | subsurface-d6e61b74fc140ca5a6cb1de3c6b6435b3701aa5b.tar.gz |
Typo on the header guard. oops.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-models')
-rw-r--r-- | qt-models/weigthsysteminfomodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-models/weigthsysteminfomodel.h b/qt-models/weigthsysteminfomodel.h index 757f4eb03..66508ce60 100644 --- a/qt-models/weigthsysteminfomodel.h +++ b/qt-models/weigthsysteminfomodel.h @@ -1,4 +1,4 @@ -#ifndef WEIGTHSYSTEMINFOMODEL_H +#ifndef WEIGHTSYSTEMINFOMODEL_H #define WEIGHTSYSTEMINFOMODEL_H #include "cleanertablemodel.h" |