diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-03 22:06:08 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-03 22:06:08 +0000 |
| commit | 06388d73b75d985ab10586bd116de7fac4ea2b8e (patch) | |
| tree | cff34181b921c9332df6e6243e6db03b04493543 /otk/util.hh | |
| parent | a9a5f0d7510be5dbf8ae1db99e6c1c01035503d9 (diff) | |
restart works
Diffstat (limited to 'otk/util.hh')
| -rw-r--r-- | otk/util.hh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/otk/util.hh b/otk/util.hh index aac92560..2664c1fa 100644 --- a/otk/util.hh +++ b/otk/util.hh @@ -40,10 +40,9 @@ inline std::string itostring(unsigned int i) inline std::string itostring(int i) { return itostring((long) i); } -} -#ifndef HAVE_BASENAME std::string basename(const std::string& path); -#endif + +} #endif |
