diff options
Diffstat (limited to 'src/FbTk/GContext.hh')
-rw-r--r-- | src/FbTk/GContext.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FbTk/GContext.hh b/src/FbTk/GContext.hh index 15b0ff2..6b93b7a 100644 --- a/src/FbTk/GContext.hh +++ b/src/FbTk/GContext.hh | |||
@@ -131,6 +131,7 @@ public: | |||
131 | 131 | ||
132 | void copy(GC gc); | 132 | void copy(GC gc); |
133 | void copy(const GContext &gc); | 133 | void copy(const GContext &gc); |
134 | |||
134 | inline GContext &operator = (const GContext ©_gc) { copy(copy_gc); return *this; } | 135 | inline GContext &operator = (const GContext ©_gc) { copy(copy_gc); return *this; } |
135 | inline GContext &operator = (GC copy_gc) { copy(copy_gc); return *this; } | 136 | inline GContext &operator = (GC copy_gc) { copy(copy_gc); return *this; } |
136 | inline GC gc() const { return m_gc; } | 137 | inline GC gc() const { return m_gc; } |