From 5a345983b99ecf8528d58ddca2ab5f52d87d9a95 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 15 Mar 2007 19:00:22 +0000 Subject: Fixed a constness issue. It's pretty good to go. --- src/fstring.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/fstring.h b/src/fstring.h index 95ba382..585073f 100644 --- a/src/fstring.h +++ b/src/fstring.h @@ -396,8 +396,7 @@ private: { clear(); - if( !rSrc.isFlat() ) - return; + rSrc.flatten(); if( !rSrc.isShared() ) { -- cgit v1.2.3