diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-26 15:06:13 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-26 15:06:13 +0300 |
commit | 5560a44ff5beea4fc2b88a589a3f915b9d0555d2 (patch) | |
tree | e570b5c5accb41454c101bbee2e5410ea7c7be95 /src/gui/sdlfont.h | |
parent | ef0b7f33051c43e6f93877cdfd49c1f8e30ad141 (diff) | |
download | plus-5560a44ff5beea4fc2b88a589a3f915b9d0555d2.tar.gz plus-5560a44ff5beea4fc2b88a589a3f915b9d0555d2.tar.bz2 plus-5560a44ff5beea4fc2b88a589a3f915b9d0555d2.tar.xz plus-5560a44ff5beea4fc2b88a589a3f915b9d0555d2.zip |
fix code style.
Diffstat (limited to 'src/gui/sdlfont.h')
-rw-r--r-- | src/gui/sdlfont.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/sdlfont.h b/src/gui/sdlfont.h index 9e439279f..f7fa15d6b 100644 --- a/src/gui/sdlfont.h +++ b/src/gui/sdlfont.h @@ -65,6 +65,8 @@ class SDLTextChunk final SDLTextChunk(const std::string &text0, const gcn::Color &color0, const gcn::Color &color1); + A_DELETE_COPY(SDLTextChunk) + ~SDLTextChunk(); bool operator==(const SDLTextChunk &chunk) const; @@ -85,6 +87,8 @@ class TextChunkList final public: TextChunkList(); + A_DELETE_COPY(TextChunkList) + void insertFirst(SDLTextChunk *const item); void moveToFirst(SDLTextChunk *item); |