diff options
Diffstat (limited to 'src/FbTk/Button.hh')
-rw-r--r-- | src/FbTk/Button.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/Button.hh b/src/FbTk/Button.hh index dbbdeda..9df0bcd 100644 --- a/src/FbTk/Button.hh +++ b/src/FbTk/Button.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: Button.hh,v 1.7 2003/10/13 23:43:11 fluxgen Exp $ | 22 | // $Id: Button.hh,v 1.8 2003/12/16 17:06:49 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef FBTK_BUTTON_HH | 24 | #ifndef FBTK_BUTTON_HH |
25 | #define FBTK_BUTTON_HH | 25 | #define FBTK_BUTTON_HH |
@@ -85,6 +85,6 @@ private: | |||
85 | RefCount<Command> m_onclick[5]; ///< what to do when this button is clicked with button num | 85 | RefCount<Command> m_onclick[5]; ///< what to do when this button is clicked with button num |
86 | }; | 86 | }; |
87 | 87 | ||
88 | }; | 88 | } // namespace FbTk |
89 | 89 | ||
90 | #endif // FBTK_BUTTON_HH | 90 | #endif // FBTK_BUTTON_HH |