OSDN Git Service

誤記修正
authorfujita <fujita@1ed66053-1c2d-0410-8867-f7571e6e31d3>
Thu, 22 Jan 2009 08:11:34 +0000 (08:11 +0000)
committerfujita <fujita@1ed66053-1c2d-0410-8867-f7571e6e31d3>
Thu, 22 Jan 2009 08:11:34 +0000 (08:11 +0000)
git-svn-id: http://10.144.169.20/repos/um/branches/l7vsd-3.x-shamshel@6228 1ed66053-1c2d-0410-8867-f7571e6e31d3

include/module_base.h

index a1ae24e..48aa083 100644 (file)
@@ -57,7 +57,7 @@ public:
                name = in_modulename;
        }
        //! destractor
-       virtual ~module_base() = 0;
+       virtual ~module_base(){}
        //! tcp protocol support check
        //! @return tcp support is true
        //! @return tcp not-support is false