summaryrefslogtreecommitdiff
path: root/gio/src/memoryinputstream.hg
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/memoryinputstream.hg')
-rw-r--r--gio/src/memoryinputstream.hg4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/src/memoryinputstream.hg b/gio/src/memoryinputstream.hg
index 14852567..dd1bffc1 100644
--- a/gio/src/memoryinputstream.hg
+++ b/gio/src/memoryinputstream.hg
@@ -32,12 +32,12 @@ namespace Gio
*
* @newin{2,16}
*/
-class MemoryInputStream
+class GIOMM_API MemoryInputStream
: public Gio::InputStream,
public Seekable,
public PollableInputStream
{
- _CLASS_GOBJECT(MemoryInputStream, GMemoryInputStream, G_MEMORY_INPUT_STREAM, Gio::InputStream, GInputStream)
+ _CLASS_GOBJECT(MemoryInputStream, GMemoryInputStream, G_MEMORY_INPUT_STREAM, Gio::InputStream, GInputStream, , , GIOMM_API)
_IMPLEMENTS_INTERFACE(Seekable)
_IMPLEMENTS_INTERFACE(PollableInputStream)