Changeset 333 for trunk/lib/svm/Kernel.h


Ignore:
Timestamp:
Jun 2, 2005, 3:34:08 PM (18 years ago)
Author:
Jari Häkkinen
Message:

Fixed needed base class contructor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/svm/Kernel.h

    r332 r333  
    2626   
    2727  public:
    28    
     28
    2929    ///
    3030    /// Default constructor
    3131    ///
    32     Kernel();
     32    Kernel(void);
     33
     34    ///
     35    /// Copy constructor
     36    ///
     37    /// @note SHALLOW copy performed.
     38    ///
     39    Kernel(const Kernel&);
    3340
    3441    ///
Note: See TracChangeset for help on using the changeset viewer.