diff options
| author | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2018-09-06 08:24:47 +0000 |
|---|---|---|
| committer | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2018-09-06 08:24:47 +0000 |
| commit | bd0297992e756aab5ba7a9230553b89c63c19add (patch) | |
| tree | 03ca3e62bfaf276a953c38589fb66a60e14c35a3 /include/iprt/cpp/restanyobject.h | |
| parent | e01e9da38d4a4d809ab59cd11d7928dc2d685c20 (diff) | |
| download | VirtualBox-svn-bd0297992e756aab5ba7a9230553b89c63c19add.tar.gz | |
IPRT/rest: Fix RTCRestAnyObject export issue and response enum linking issue. bugref:9167
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@74106 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'include/iprt/cpp/restanyobject.h')
| -rw-r--r-- | include/iprt/cpp/restanyobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/iprt/cpp/restanyobject.h b/include/iprt/cpp/restanyobject.h index 8ad67b0cc42..0cc32340b2e 100644 --- a/include/iprt/cpp/restanyobject.h +++ b/include/iprt/cpp/restanyobject.h @@ -48,7 +48,7 @@ * known structure and maps to fixed types. So, the data model was optimized * for that rather than flexiblity here. */ -class /*RT_DECL_CLASS*/ RTCRestAnyObject : public RTCRestObjectBase +class RT_DECL_CLASS RTCRestAnyObject : public RTCRestObjectBase { public: /** Default constructor. */ |
