mirror of https://github.com/buggins/dlangui.git
drawChar is abstract
This commit is contained in:
parent
fe53b78ba3
commit
0ab9eb8821
|
@ -633,7 +633,7 @@ static if (WIDGET_STYLE_CONSOLE) {
|
|||
|
||||
abstract class ConsoleDrawBuf : DrawBuf
|
||||
{
|
||||
void drawChar(int x, int y, dchar ch, uint color, uint bgcolor);
|
||||
abstract void drawChar(int x, int y, dchar ch, uint color, uint bgcolor);
|
||||
}
|
||||
|
||||
class TextDrawable : Drawable {
|
||||
|
|
Loading…
Reference in New Issue