Skip to content

Commit

Permalink
Utility/SoftwareBuffer: Move to public API
Browse files Browse the repository at this point in the history
  • Loading branch information
SirLynix committed Dec 9, 2016
1 parent 42e619d commit 842786d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace Nz
{
class Buffer;

class SoftwareBuffer : public AbstractBuffer
class NAZARA_UTILITY_API SoftwareBuffer : public AbstractBuffer
{
public:
SoftwareBuffer(Buffer* parent, BufferType type);
Expand Down

0 comments on commit 842786d

Please sign in to comment.