diff options
-rw-r--r-- | src/FbTk/FbWindow.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/FbWindow.hh b/src/FbTk/FbWindow.hh index 7c12dca..903ba03 100644 --- a/src/FbTk/FbWindow.hh +++ b/src/FbTk/FbWindow.hh | |||
@@ -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: FbWindow.hh,v 1.23 2003/08/26 23:45:36 fluxgen Exp $ | 22 | // $Id: FbWindow.hh,v 1.24 2003/09/10 21:26:28 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef FBTK_FBWINDOW_HH | 24 | #ifndef FBTK_FBWINDOW_HH |
25 | #define FBTK_FBWINDOW_HH | 25 | #define FBTK_FBWINDOW_HH |
@@ -84,7 +84,7 @@ public: | |||
84 | 84 | ||
85 | void setAlpha(unsigned char alpha); | 85 | void setAlpha(unsigned char alpha); |
86 | 86 | ||
87 | FbWindow &operator = (const FbWindow &win); | 87 | virtual FbWindow &operator = (const FbWindow &win); |
88 | /// assign a new X window to this | 88 | /// assign a new X window to this |
89 | virtual FbWindow &operator = (Window win); | 89 | virtual FbWindow &operator = (Window win); |
90 | virtual void hide(); | 90 | virtual void hide(); |