Changeset 120

Show
Ignore:
Timestamp:
04/10/08 20:01:23 (9 months ago)
Author:
zork
Message:

fixed #23

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/debea_1_2/dba/dba/double_filter.cpp

    r41 r120  
    6666Double::fromString(const ConvSpec& pSpec, const std::string& pData) throw (StoreableFilterException) { 
    6767  try { 
    68     convert(pData,*mMember); 
     68    convert(pData,*mMember,&pSpec.mDecimalPoint); 
    6969  } catch (ConversionException& pEx) { 
    7070    throw StoreableFilterException(pEx.what());