summaryrefslogtreecommitdiffstats
path: root/src/engine/events/RequestMetadata.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/RequestMetadata.hpp')
-rw-r--r--src/engine/events/RequestMetadata.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/engine/events/RequestMetadata.hpp b/src/engine/events/RequestMetadata.hpp
index ead39a50..23a528b7 100644
--- a/src/engine/events/RequestMetadata.hpp
+++ b/src/engine/events/RequestMetadata.hpp
@@ -25,9 +25,11 @@
namespace Ingen {
namespace Shared { class ResourceImpl; }
-
class GraphObjectImpl;
+namespace Events {
+
+
/** \page methods
* <h2>GET</h2>
* As per HTTP (RFC2616 S9.3).
@@ -69,5 +71,6 @@ private:
} // namespace Ingen
+} // namespace Events
#endif // REQUESTMETADATAEVENT_H