Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
Move implementaiton of AnnDebug()'s nested stream class to the cpp file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ybalrid committed Nov 13, 2016
1 parent fa122ac commit 1b98df2
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions include/AnnLogger.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,10 @@ namespace Annwvyn
AnnDebugBuff() {};

///Will sync the buffer
~AnnDebugBuff()
{
pubsync();
};
~AnnDebugBuff();;

///Sync the buffer by performing an AnnEngine::log, clear it and return success.
int sync() override
{
AnnEngine::log(str());
str("");
return 0;
};
int sync() override;;
};

public:
Expand Down

0 comments on commit 1b98df2

Please sign in to comment.