lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 1344708 6/6: Expunge a misleading comment


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 1344708 6/6: Expunge a misleading comment
Date: Thu, 25 Apr 2019 16:49:27 -0400 (EDT)

branch: master
commit 1344708bacda81ad2ed5d715bf73920922448fd2
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Expunge a misleading comment
    
    Derived classes cannot be instantiated unless they implement all pure
    virtuals.
---
 pdf_command_wx.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pdf_command_wx.cpp b/pdf_command_wx.cpp
index d00c4d4..96bb26b 100644
--- a/pdf_command_wx.cpp
+++ b/pdf_command_wx.cpp
@@ -1315,8 +1315,6 @@ class numbered_page : public page_with_marginals
     }
 
   private:
-    // Derived classes may override this function if they may need more than 
one
-    // physical page to show their contents.
     virtual int get_extra_pages_needed() = 0;
 
     std::string get_page_number() const override



reply via email to

[Prev in Thread] Current Thread [Next in Thread]