diff options
Diffstat (limited to 'src/FbTk/Text.hh')
-rw-r--r-- | src/FbTk/Text.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/Text.hh b/src/FbTk/Text.hh index 50c3282..0abe4ed 100644 --- a/src/FbTk/Text.hh +++ b/src/FbTk/Text.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: Text.hh,v 1.2 2003/08/11 14:59:40 fluxgen Exp $ | 22 | // $Id: Text.hh,v 1.3 2003/12/16 17:06:52 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef FBTK_TEXT_HH | 24 | #ifndef FBTK_TEXT_HH |
25 | #define FBTK_TEXT_HH | 25 | #define FBTK_TEXT_HH |
@@ -36,6 +36,6 @@ int doAlignment(int max_width, int bevel, FbTk::Justify justify, | |||
36 | const FbTk::Font &font, const char * const text, | 36 | const FbTk::Font &font, const char * const text, |
37 | unsigned int textlen, unsigned int &newlen); | 37 | unsigned int textlen, unsigned int &newlen); |
38 | 38 | ||
39 | }; | 39 | } // end namespace FbTk |
40 | 40 | ||
41 | #endif // FBTK_TEXT_HH | 41 | #endif // FBTK_TEXT_HH |