diff options
Diffstat (limited to 'common/rfb/Security.cxx')
-rw-r--r-- | common/rfb/Security.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/rfb/Security.cxx b/common/rfb/Security.cxx index e51c8919..b5f361e9 100644 --- a/common/rfb/Security.cxx +++ b/common/rfb/Security.cxx @@ -52,6 +52,10 @@ using namespace std; static LogWriter vlog("Security"); +Security::Security() +{ +} + Security::Security(StringParameter &secTypes) { char *secTypesStr; |