summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Network/NATPMPInterface.h')
-rw-r--r--Swiften/Network/NATPMPInterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Network/NATPMPInterface.h b/Swiften/Network/NATPMPInterface.h
index 7073bd2..e079a59 100644
--- a/Swiften/Network/NATPMPInterface.h
+++ b/Swiften/Network/NATPMPInterface.h
@@ -25,7 +25,7 @@ namespace Swift {
virtual bool removePortForward(const NATPortMapping&);
private:
- class Private;
+ struct Private;
boost::shared_ptr<Private> p;
};
}