This commit is contained in:
Rasmus Karlsson
2018-04-01 16:43:30 +02:00
committed by fourtf
parent 13705f15ed
commit 4888178079
12 changed files with 62 additions and 67 deletions
+3 -1
View File
@@ -15,6 +15,7 @@
namespace chatterino {
namespace messages {
namespace layouts {
class MessageLayout : boost::noncopyable
{
public:
@@ -73,7 +74,8 @@ private:
void updateBuffer(QPixmap *pixmap, int messageIndex, Selection &selection);
};
typedef std::shared_ptr<MessageLayout> MessageLayoutPtr;
using MessageLayoutPtr = std::shared_ptr<MessageLayout>;
} // namespace layouts
} // namespace messages
} // namespace chatterino