diff options
author | Adam <Adam@anope.org> | 2017-10-08 12:46:05 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2017-10-08 12:46:05 -0400 |
commit | 50f7429fda7cb3ffd8c34abb0a13f3dcc929f2ed (patch) | |
tree | e8e65cb6e1fed5aebf0b252954e9f40747ac7f4a /include/modules/sasl.h | |
parent | 1e52b087139ceb33b114a7fa20a2c6d3d453d371 (diff) |
Fix some compiler warnings
Diffstat (limited to 'include/modules/sasl.h')
-rw-r--r-- | include/modules/sasl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules/sasl.h b/include/modules/sasl.h index 980a5da2e..f31be77cd 100644 --- a/include/modules/sasl.h +++ b/include/modules/sasl.h @@ -29,7 +29,7 @@ namespace SASL }; class Mechanism; - struct Session; + class Session; class Service : public ::Service { |