X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBufferView.h;h=a144aee136971a57368ce78feeeb6ff3998def24;hb=ec84cbfb445413e51472845c3c1a2b5da930492f;hp=c7fb4c10bc74c2ad05a99bbd5103323b77c7a903;hpb=d750b6610f9104d9a32e6e71d86cc309d913830f;p=lyx.git diff --git a/src/BufferView.h b/src/BufferView.h index c7fb4c10bc..a144aee136 100644 --- a/src/BufferView.h +++ b/src/BufferView.h @@ -18,7 +18,6 @@ #include "DocumentClassPtr.h" #include "update_flags.h" -#include "support/shared_ptr.h" #include "support/strfwd.h" #include "support/types.h" @@ -156,7 +155,7 @@ public: /// Ensure that the BufferView cursor is visible. /// This method will automatically scroll and update the BufferView /// if needed. - void showCursor(); + void showCursor(); /// Ensure the passed cursor \p dit is visible. /// This method will automatically scroll and update the BufferView /// if needed.