# HG changeset patch # User Rik # Date 1331442062 28800 # Node ID 8cdfd3cabea35f563c915eb8bcef4c813a5a4639 # Parent 7a49519913e3671cb4d5d868e82260a7b3fc974b maint: Use class for regexp::opts declaration. regexp.h: Use class for regexp::opts declaration. diff --git a/liboctave/regexp.h b/liboctave/regexp.h --- 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: