aboutsummaryrefslogtreecommitdiff
path: root/src/fstring.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-03-15 19:00:22 +0000
committerMike Buland <eichlan@xagasoft.com>2007-03-15 19:00:22 +0000
commit5a345983b99ecf8528d58ddca2ab5f52d87d9a95 (patch)
tree60a5408c94aacb37312ccbc83b9ae6a12ec44ac6 /src/fstring.h
parent505410a5c3b93f81deda8b9653c2237a433be5c1 (diff)
downloadlibbu++-5a345983b99ecf8528d58ddca2ab5f52d87d9a95.tar.gz
libbu++-5a345983b99ecf8528d58ddca2ab5f52d87d9a95.tar.bz2
libbu++-5a345983b99ecf8528d58ddca2ab5f52d87d9a95.tar.xz
libbu++-5a345983b99ecf8528d58ddca2ab5f52d87d9a95.zip
Fixed a constness issue. It's pretty good to go.
Diffstat (limited to 'src/fstring.h')
-rw-r--r--src/fstring.h3
1 files changed, 1 insertions, 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:
396 { 396 {
397 clear(); 397 clear();
398 398
399 if( !rSrc.isFlat() ) 399 rSrc.flatten();
400 return;
401 400
402 if( !rSrc.isShared() ) 401 if( !rSrc.isShared() )
403 { 402 {