From dc957f400fe02375a808e10f53ecdefd4b2e3845 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 9 Feb 2001 18:48:57 +0000 Subject: [PATCH] work around braindead sun pro compiler --- src/libCom/cxxTemplates/resourceLib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libCom/cxxTemplates/resourceLib.h b/src/libCom/cxxTemplates/resourceLib.h index 765f03377..ad2464310 100644 --- a/src/libCom/cxxTemplates/resourceLib.h +++ b/src/libCom/cxxTemplates/resourceLib.h @@ -680,7 +680,7 @@ inline void chronIntIdRes::setId (unsigned newId) // intId::intId () // template -inline intId::intId (const T &idIn) +intId::intId (const T &idIn) : id (idIn) {} //