[gnome-system-monitor] Fixed forward declaration of class ProcInfo.
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-system-monitor] Fixed forward declaration of class ProcInfo.
- Date: Sun, 1 Mar 2015 19:24:48 +0000 (UTC)
commit e1c9ddcc009d28ef27e2f06e8dc5360dd421fc60
Author: BenoƮt Dejean <bdejean gmail com>
Date: Sun Mar 1 21:24:37 2015 +0200
Fixed forward declaration of class ProcInfo.
src/application.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/application.h b/src/application.h
index e044850..247ba02 100644
--- a/src/application.h
+++ b/src/application.h
@@ -7,7 +7,7 @@
#include <algorithm>
-struct ProcInfo;
+class ProcInfo;
struct LoadGraph;
#include "smooth_refresh.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]