From 4c0bf5025f039b508bdce3740dfd1245d7ff0ee5 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 15 Jan 2004 20:01:31 +0000 Subject: [PATCH] Fix issue with one unpatched Solaris compiler version. --- src/db/dbContext.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/db/dbContext.cpp b/src/db/dbContext.cpp index 307d86c3f..0cd98fed8 100644 --- a/src/db/dbContext.cpp +++ b/src/db/dbContext.cpp @@ -43,6 +43,7 @@ class dbService : public cacService { public: + ~dbService () {} cacContext & contextCreate ( epicsMutex & mutualExclusion, epicsMutex & callbackControl,