diff options
Diffstat (limited to 'test/signal.cpp')
-rw-r--r-- | test/signal.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/signal.cpp b/test/signal.cpp index aceb0278..595782a2 100644 --- a/test/signal.cpp +++ b/test/signal.cpp @@ -41,8 +41,8 @@ class BaseClass { public: /* - * A virtual method is required in the base class, otherwise the compiler - * will always store Object before BaseClass in memory. + * A virtual function is required in the base class, otherwise the + * compiler will always store Object before BaseClass in memory. */ virtual ~BaseClass() { |