diff options
Diffstat (limited to 'src/FbTk/FbDrawable.hh')
-rw-r--r-- | src/FbTk/FbDrawable.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/FbDrawable.hh b/src/FbTk/FbDrawable.hh index 30c7371..06c7a9d 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.3 2003/09/06 15:39:06 fluxgen Exp $ | 22 | // $Id: FbDrawable.hh,v 1.4 2003/12/16 17:06:49 fluxgen Exp $ |
23 | #ifndef FBTK_FBDRAWABLE_HH | 23 | #ifndef FBTK_FBDRAWABLE_HH |
24 | #define FBTK_FBDRAWABLE_HH | 24 | #define FBTK_FBDRAWABLE_HH |
25 | 25 | ||
@@ -57,6 +57,6 @@ public: | |||
57 | virtual unsigned int height() const = 0; | 57 | virtual unsigned int height() const = 0; |
58 | }; | 58 | }; |
59 | 59 | ||
60 | }; // end namespace FbTk | 60 | } // end namespace FbTk |
61 | 61 | ||
62 | #endif // FBTK_FBDRAWABLE_HH | 62 | #endif // FBTK_FBDRAWABLE_HH |