mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-29 21:30:04 +01:00
fixed a minor bug in ClassLibrary.h
This commit is contained in:
parent
a8990dca3f
commit
a18bc8939f
@ -1,7 +1,7 @@
|
||||
//
|
||||
// ClassLibrary.h
|
||||
//
|
||||
// $Id: //poco/Main/Foundation/include/Poco/ClassLibrary.h#5 $
|
||||
// $Id: //poco/Main/Foundation/include/Poco/ClassLibrary.h#6 $
|
||||
//
|
||||
// Library: Foundation
|
||||
// Package: SharedLibrary
|
||||
@ -69,7 +69,7 @@ extern "C"
|
||||
#define POCO_DECLARE_NAMED_MANIFEST(name) \
|
||||
extern "C" \
|
||||
{ \
|
||||
void POCO_LIBRARY_API POCO_JOIN(pocoBuildManifest, name)(Poco::ManifestBase* pManifest); \
|
||||
bool POCO_LIBRARY_API POCO_JOIN(pocoBuildManifest, name)(Poco::ManifestBase* pManifest); \
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user