From 06388d73b75d985ab10586bd116de7fac4ea2b8e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 3 Jan 2003 22:06:08 +0000 Subject: restart works --- otk/util.hh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'otk/util.hh') 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 -- cgit v1.2.3