lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master f98cda37 3/4: Make class CensusViewGridTable


From: Greg Chicares
Subject: [lmi-commits] [lmi] master f98cda37 3/4: Make class CensusViewGridTable final
Date: Wed, 13 Jul 2022 09:36:17 -0400 (EDT)

branch: master
commit f98cda374e797f4e49a9921ecbf794ed157aae05
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Make class CensusViewGridTable final
    
    Suggested by gcc's '-Wno-suggest-final-types'. None of its other
    suggestions were both significant and valid.
---
 census_view.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/census_view.cpp b/census_view.cpp
index 4b10635e..4259bada 100644
--- a/census_view.cpp
+++ b/census_view.cpp
@@ -626,7 +626,7 @@ class CensusViewGridCellAttrProvider
 
 /// Interface to the data for wxGrid.
 
-class CensusViewGridTable
+class CensusViewGridTable final
     :public wxGridTableBase
 {
   public:



reply via email to

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