aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/rfb/Security.cxx4
-rw-r--r--common/rfb/Security.h1
2 files changed, 5 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;
diff --git a/common/rfb/Security.h b/common/rfb/Security.h
index 832735a3..196eb429 100644
--- a/common/rfb/Security.h
+++ b/common/rfb/Security.h
@@ -65,6 +65,7 @@ namespace rfb {
/*
* Create Security instance.
*/
+ Security();
Security(StringParameter &secTypes);
/*