diff options
| author | 2019-08-13 18:59:24 +0100 | |
|---|---|---|
| committer | 2019-08-13 19:08:17 +0100 | |
| commit | eeb6dcec601271badd27ad1c0558764ca5789d64 (patch) | |
| tree | e5cde71a4cf061076a217a67d48b59830e84c223 /src/modules/m_cap.cpp | |
| parent | Rewrite and merge LocalStringExt, StringExtItem. (diff) | |
Replace LocalIntExt with IntExtItem.
Diffstat (limited to 'src/modules/m_cap.cpp')
| -rw-r--r-- | src/modules/m_cap.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_cap.cpp b/src/modules/m_cap.cpp index c0fe12c0d..ac752f80a 100644 --- a/src/modules/m_cap.cpp +++ b/src/modules/m_cap.cpp @@ -321,7 +321,7 @@ namespace } Cap::ExtItem::ExtItem(Module* mod) - : LocalIntExt(mod, "caps", ExtensionItem::EXT_USER) + : IntExtItem(mod, "caps", ExtensionItem::EXT_USER) { } @@ -383,7 +383,7 @@ class CommandCap : public SplitCommand } public: - LocalIntExt holdext; + IntExtItem holdext; CommandCap(Module* mod) : SplitCommand(mod, "CAP", 1) |
