Index: trunk/FACT++/src/EventDim.h
===================================================================
--- trunk/FACT++/src/EventDim.h	(revision 13832)
+++ trunk/FACT++/src/EventDim.h	(revision 13833)
@@ -27,6 +27,6 @@
 
 public:
-    EventDim(int target, const std::string &name, const std::string &format, DimCommandHandler *handler)
-        : EventImp(target), DimCommand(name.c_str(), format.c_str(), handler), fDescription(0)
+    EventDim(const std::string &name, const std::string &format, DimCommandHandler *handler)
+        : EventImp(), DimCommand(name.c_str(), format.c_str(), handler), fDescription(0)
     {
         // Initialize these values from DimCommand, because DimCommand
@@ -54,5 +54,5 @@
 
     const void *GetData() const   { return const_cast<EventDim*>(this)->getData(); }
-    int         GetSize() const   { return const_cast<EventDim*>(this)->getSize(); }
+    size_t      GetSize() const   { return const_cast<EventDim*>(this)->getSize(); }
 
     Time GetTime() const
