fwk139: Fix warning with gcc and public/non-plublic types
This commit is contained in:
parent
d50be7a83a
commit
a812215af2
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ namespace comphelper
|
|||
//.........................................................................
|
||||
|
||||
// infos about one single property
|
||||
struct COMPHELPER_DLLPRIVATE PropertyDescription
|
||||
struct COMPHELPER_DLLPUBLIC PropertyDescription
|
||||
{
|
||||
// the possibilities where a property holding object may be located
|
||||
enum LocationType
|
||||
|
|
Loading…
Reference in a new issue