summaryrefslogtreecommitdiff
blob: e423c745f4bb75276ad51c0a32824e40cf77f89e (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ./src/modules/process/process.h~ 2006-03-22 01:55:50.000000000 +0000
+++ ./src/modules/process/process.h 2006-03-22 01:55:55.000000000 +0000
@@ -56,7 +56,7 @@
         virtual void close(const string& timestamp, int pid, const string& processName) {};
 
 protected:
-        void Procchange::updated(const string& keyName, const DataSet& data);
+        void updated(const string& keyName, const DataSet& data);
         DataSet format;
 };