X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FSelection.h;h=ac902ffc1eaafcaef57e201ddf59fd9ff5d8ab73;hb=1f10969bb5c5f36017bf5ba8671381b09945cf57;hp=fb835e7ffb95cce93d7af020100ce5b2d92fc475;hpb=609878cf005b2c3b30f19a67a61e70361de9219f;p=lyx.git diff --git a/src/frontends/Selection.h b/src/frontends/Selection.h index fb835e7ffb..ac902ffc1e 100644 --- a/src/frontends/Selection.h +++ b/src/frontends/Selection.h @@ -62,7 +62,7 @@ public: * This does always return true on systems that don't have a real * selection. */ - virtual bool empty() = 0; + virtual bool empty() const = 0; }; } // namespace frontend