X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fentry.h;fp=source%2Fentry.h;h=66b3327d70c29b3d7200d91ca0d9c898b3ebec6e;hp=871024da89af32b33c4f8ae1864370a817f488e7;hb=81c4024fb6acf37df702a803dc4efdf82a81525a;hpb=9f38197854e699a6093a906ab43f4238f3cd2388 diff --git a/source/entry.h b/source/entry.h index 871024d..66b3327 100644 --- a/source/entry.h +++ b/source/entry.h @@ -45,8 +45,8 @@ private: unsigned edit_pos = 0; unsigned first_row = 0; unsigned visible_rows = 1; - const Part *text_part = 0; - VSlider *slider = 0; + const Part *text_part = nullptr; + VSlider *slider = nullptr; bool got_key_press = false; bool cursor_blink = true; bool selection_active = false;