enabled compact emtoes again

This commit is contained in:
fourtf
2018-01-28 16:29:47 +01:00
parent 3d479e4c83
commit 643486da14
7 changed files with 64 additions and 38 deletions
+2 -1
View File
@@ -15,7 +15,8 @@
namespace chatterino {
namespace messages {
namespace layouts {
struct MessageLayout : boost::noncopyable {
class MessageLayout : boost::noncopyable
{
public:
enum Flags : uint8_t { Collapsed, RequiresBufferUpdate, RequiresLayout };