comparison src/gui/widgets/text.cc @ 236:4d461ef7d424

HUGE UPDATE: convert build system to autotools why? because cmake sucks :)
author Paper <mrpapersonic@gmail.com>
date Fri, 19 Jan 2024 00:24:02 -0500
parents 01d259b9c89f
children b3549da699a6
comparison
equal deleted inserted replaced
235:593108b3d555 236:4d461ef7d424
246 Line* OneLineSection::GetLine() { 246 Line* OneLineSection::GetLine() {
247 return line; 247 return line;
248 } 248 }
249 249
250 } // namespace TextWidgets 250 } // namespace TextWidgets
251
252 #include "gui/widgets/moc_text.cpp"