X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fio%2Fslice.h;fp=source%2Fio%2Fslice.h;h=272fa2c8c1b8d6191a21d123971dc162229f136d;hp=2965f9899a8252c8415b5c776e31dee8b6c490fd;hb=6af098355f2b037a6f8084f9f6c741e462ffa614;hpb=5d51c374869f13f762039f58c03f3c5d75c12f07 diff --git a/source/io/slice.h b/source/io/slice.h index 2965f98..272fa2c 100644 --- a/source/io/slice.h +++ b/source/io/slice.h @@ -1,6 +1,7 @@ #ifndef MSP_IO_SLICE_H_ #define MSP_IO_SLICE_H_ +#include #include "seekable.h" namespace Msp { @@ -16,7 +17,7 @@ its range. If the offset of the underlying object is changed, the Slice will restore it before the next access. This enables multiple Slices to be created on top of the same object. */ -class Slice: public Seekable, public sigc::trackable +class MSPCORE_API Slice: public Seekable, public sigc::trackable { private: Seekable &below;