diff options
Diffstat (limited to 'include/textproc.h')
-rw-r--r-- | include/textproc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/textproc.h b/include/textproc.h index cfde60637..f76ae8a04 100644 --- a/include/textproc.h +++ b/include/textproc.h @@ -22,7 +22,7 @@ public: void SendTo(CommandSource &source); }; -class CoreExport TextSplitter final +class CoreExport LineWrapper final { private: std::vector<Anope::string> formatting; @@ -30,7 +30,7 @@ private: Anope::string text; public: - TextSplitter(const Anope::string &t, size_t ml = 0); + LineWrapper(const Anope::string &t, size_t ml = 0); bool GetLine(Anope::string &out); }; |