mirror of
https://github.com/romixlab/qmsgpack.git
synced 2025-07-30 18:37:14 +02:00
Fix MsgPackStream export.
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
#ifndef STREAM_H
|
#ifndef STREAM_H
|
||||||
#define STREAM_H
|
#define STREAM_H
|
||||||
|
|
||||||
|
#include "msgpack_export.h"
|
||||||
#include "msgpackcommon.h"
|
#include "msgpackcommon.h"
|
||||||
#include "endianhelper.h"
|
#include "endianhelper.h"
|
||||||
|
|
||||||
@ -8,7 +9,7 @@
|
|||||||
|
|
||||||
#include <QIODevice>
|
#include <QIODevice>
|
||||||
|
|
||||||
class MsgPackStream
|
class MSGPACK_EXPORT MsgPackStream
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
MsgPackStream();
|
MsgPackStream();
|
||||||
|
Reference in New Issue
Block a user