diff options
author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-04-23 09:02:30 +0000 |
---|---|---|
committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-04-23 09:02:30 +0000 |
commit | f32756d95c8c4711032c2da415779f5e589017ec (patch) | |
tree | 712517fe55a754c60027edbf211d13546b6b2546 /include/cppunit/plugin/DynamicLibraryManagerException.h | |
parent | 82438cf5d90805bc845d703bba5a785bd04ad9c4 (diff) | |
download | cppunit-f32756d95c8c4711032c2da415779f5e589017ec.tar.gz |
Bumped version to 1.
bumped version to 1.9.7
* comitted stuffs I forgot to in 1.9.6.
Diffstat (limited to 'include/cppunit/plugin/DynamicLibraryManagerException.h')
-rw-r--r-- | include/cppunit/plugin/DynamicLibraryManagerException.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppunit/plugin/DynamicLibraryManagerException.h b/include/cppunit/plugin/DynamicLibraryManagerException.h index c6b956a..260df21 100644 --- a/include/cppunit/plugin/DynamicLibraryManagerException.h +++ b/include/cppunit/plugin/DynamicLibraryManagerException.h @@ -24,7 +24,7 @@ public: /// Failed to load the dynamic library loadingFailed =0, /// Symbol not found in the dynamic library - symbolNotFound, + symbolNotFound }; /// Failed to load the dynamic library |