summaryrefslogtreecommitdiffstats
path: root/Source/FLTKDialog/CMakeSetupGUIImplementation.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2001-06-12 16:20:33 (GMT)
committerBrad King <brad.king@kitware.com>2001-06-12 16:20:33 (GMT)
commit25afe09ac82b22c491f794eea9851a20f3e45402 (patch)
tree6770b0ec460d3a8ad42f6b828ea9f05aea99759c /Source/FLTKDialog/CMakeSetupGUIImplementation.h
parentf03ee2a53ddd17cf087b5c17730ed5d0a191bdcc (diff)
downloadCMake-25afe09ac82b22c491f794eea9851a20f3e45402.zip
CMake-25afe09ac82b22c491f794eea9851a20f3e45402.tar.gz
CMake-25afe09ac82b22c491f794eea9851a20f3e45402.tar.bz2
ERR: Needed virtual destructor to correspond to virtual functions. Also added several std:: qualifiers to string.
Diffstat (limited to 'Source/FLTKDialog/CMakeSetupGUIImplementation.h')
-rw-r--r--Source/FLTKDialog/CMakeSetupGUIImplementation.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/FLTKDialog/CMakeSetupGUIImplementation.h b/Source/FLTKDialog/CMakeSetupGUIImplementation.h
index a7275b9..5133d9f 100644
--- a/Source/FLTKDialog/CMakeSetupGUIImplementation.h
+++ b/Source/FLTKDialog/CMakeSetupGUIImplementation.h
@@ -34,9 +34,9 @@ public:
virtual void FillCacheManagerFromCacheGUI( void );
private:
- virtual bool VerifyBinaryPath( const string & path ) const;
- virtual bool VerifySourcePath( const string & path ) const;
- virtual string ExpandPathAndMakeItAbsolute( const string & inputPath ) const;
+ virtual bool VerifyBinaryPath( const std::string & path ) const;
+ virtual bool VerifySourcePath( const std::string & path ) const;
+ virtual std::string ExpandPathAndMakeItAbsolute( const std::string & inputPath ) const;
private:
fltk::PropertyList m_CacheEntriesList;