changeset 14449:8cdfd3cabea3

maint: Use class for regexp::opts declaration. regexp.h: Use class for regexp::opts declaration.
author Rik <octave@nomad.inbox5.com>
date Sat, 10 Mar 2012 21:01:02 -0800
parents 7a49519913e3
children 55fcb6b575bb
files liboctave/regexp.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/regexp.h
+++ b/liboctave/regexp.h
@@ -89,7 +89,7 @@
   std::string replace (const std::string& buffer,
                        const std::string& replacement);
 
-  struct opts
+  class opts
   {
   public: