diff options
-rw-r--r-- | src/FbTk/FbDrawable.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/FbTk/FbDrawable.hh b/src/FbTk/FbDrawable.hh index 8e6564e..71a1ec3 100644 --- a/src/FbTk/FbDrawable.hh +++ b/src/FbTk/FbDrawable.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: FbDrawable.hh,v 1.1 2003/04/29 08:49:36 fluxgen Exp $ | 22 | // $Id: FbDrawable.hh,v 1.2 2003/05/10 13:28:11 fluxgen Exp $ |
23 | #ifndef FBTK_FBDRAWABLE_HH | 23 | #ifndef FBTK_FBDRAWABLE_HH |
24 | #define FBTK_FBDRAWABLE_HH | 24 | #define FBTK_FBDRAWABLE_HH |
25 | 25 | ||
@@ -27,6 +27,7 @@ | |||
27 | 27 | ||
28 | namespace FbTk { | 28 | namespace FbTk { |
29 | 29 | ||
30 | /// Basic drawing functions for X drawables | ||
30 | class FbDrawable { | 31 | class FbDrawable { |
31 | public: | 32 | public: |
32 | virtual ~FbDrawable() { } | 33 | virtual ~FbDrawable() { } |