]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/install-progress.h
fix: Member variable 'X' is not initialized in the constructor.
[apt.git] / apt-pkg / install-progress.h
index 5d1a20e9bb814c765fa92b91908714e5472befe6..912700e8d8c580ceeb5d77f80a5a419e6870d918 100644 (file)
@@ -26,9 +26,8 @@ namespace Progress {
     int last_reported_progress;
 
  public:
-    PackageManager()
-       : percentage(0.0), last_reported_progress(-1) {};
-    virtual ~PackageManager() {};
+    PackageManager();
+    virtual ~PackageManager();
 
     /* Global Start/Stop */
     virtual void Start(int /*child_pty*/=-1) {};