diff options
| author | 2017-11-25 12:50:11 +0000 | |
|---|---|---|
| committer | 2017-11-25 13:38:02 +0000 | |
| commit | 6abc789577a86ffcdce8fae81b37f825d9ca4226 (patch) | |
| tree | 6c485e33261a0e4dfab8005e2f93b3063a7b98b5 /src/inspircd.cpp | |
| parent | Convert IsChannel to std::function. (diff) | |
| download | inspircd++-6abc789577a86ffcdce8fae81b37f825d9ca4226.tar.gz inspircd++-6abc789577a86ffcdce8fae81b37f825d9ca4226.tar.bz2 inspircd++-6abc789577a86ffcdce8fae81b37f825d9ca4226.zip | |
Convert GenRandom to std::function.
Diffstat (limited to 'src/inspircd.cpp')
| -rw-r--r-- | src/inspircd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 5f7dfd06f..d7b616ecc 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -226,7 +226,7 @@ InspIRCd::InspIRCd(int argc, char** argv) : * THIS MUST MATCH THE ORDER OF DECLARATION OF THE FUNCTORS, e.g. the methods * themselves within the class. */ - GenRandom(&HandleGenRandom), + GenRandom(&DefaultGenRandom), IsChannel(&DefaultIsChannel), IsNick(&DefaultIsNick), IsIdent(&DefaultIsIdent) |
