diff options
author | fluxgen <fluxgen> | 2004-04-25 16:12:21 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2004-04-25 16:12:21 (GMT) |
commit | 7d74c33ecb7fd4de15df5a74d8819e90a9b3985a (patch) | |
tree | 190869fd46e7505d36b7e20b733d5e604a4a160e /src/FbTk | |
parent | 3a4422dbe7c7ebfb5a107dc30977f36dc7da9fd9 (diff) | |
download | fluxbox-7d74c33ecb7fd4de15df5a74d8819e90a9b3985a.zip fluxbox-7d74c33ecb7fd4de15df5a74d8819e90a9b3985a.tar.bz2 |
minor fix
Diffstat (limited to 'src/FbTk')
-rw-r--r-- | src/FbTk/Color.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/Color.cc b/src/FbTk/Color.cc index 8428954..0a45864 100644 --- a/src/FbTk/Color.cc +++ b/src/FbTk/Color.cc | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: Color.cc,v 1.9 2004/02/28 16:55:22 fluxgen Exp $ | 22 | // $Id: Color.cc,v 1.10 2004/04/25 16:12:21 fluxgen Exp $ |
23 | 23 | ||
24 | #include "Color.hh" | 24 | #include "Color.hh" |
25 | 25 | ||
@@ -106,7 +106,7 @@ bool Color::setFromString(const char *color_string, int screen) { | |||
106 | } | 106 | } |
107 | 107 | ||
108 | 108 | ||
109 | Color &Color::Color::operator = (const Color &col_copy) { | 109 | Color &Color::operator = (const Color &col_copy) { |
110 | // check for aliasing | 110 | // check for aliasing |
111 | if (this == &col_copy) | 111 | if (this == &col_copy) |
112 | return *this; | 112 | return *this; |