diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-06-06 22:41:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-06-07 02:07:03 +0300 |
commit | a51da75e329df773a01e963c3a27e72cf487138c (patch) | |
tree | c48d7c682be1104138dd16daa75fd12a3fcae82b /src/listeners/tablemodellistener.h | |
parent | 4f7e38d218848bd34bd86dda75446881dad2bb32 (diff) | |
download | plus-a51da75e329df773a01e963c3a27e72cf487138c.tar.gz plus-a51da75e329df773a01e963c3a27e72cf487138c.tar.bz2 plus-a51da75e329df773a01e963c3a27e72cf487138c.tar.xz plus-a51da75e329df773a01e963c3a27e72cf487138c.zip |
fix code style.
Diffstat (limited to 'src/listeners/tablemodellistener.h')
-rw-r--r-- | src/listeners/tablemodellistener.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/listeners/tablemodellistener.h b/src/listeners/tablemodellistener.h index c908261a0..630563517 100644 --- a/src/listeners/tablemodellistener.h +++ b/src/listeners/tablemodellistener.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef GUI_LISTENERS_TABLEMODELLISTENER_H -#define GUI_LISTENERS_TABLEMODELLISTENER_H +#ifndef LISTENERS_TABLEMODELLISTENER_H +#define LISTENERS_TABLEMODELLISTENER_H #include <set> #include <vector> @@ -49,4 +49,4 @@ class TableModelListener notfinal { } }; -#endif // GUI_LISTENERS_TABLEMODELLISTENER_H +#endif // LISTENERS_TABLEMODELLISTENER_H |