Changeset 3e96c5d in git


Ignore:
Timestamp:
Oct 5, 2009, 7:26:51 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
e070895e98cba72b2d19d9f11f5ec2edc262c1d6
Parents:
a8b15ad3cc1530478a5190cfe8c96f55c6bfbfd3
Message:
*hannes: syntax fix: deine all non-pure virtual functions


git-svn-id: file:///usr/local/Singular/svn/trunk@12159 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/Minor.h

    ra8b15a r3e96c5d  
    459459             * @see Cache::getWeight () const
    460460             */
    461              virtual long getWeight () const;
     461             virtual long getWeight () const {};
    462462
    463463             /**
     
    564564             * @return a printable version of the given instance as instance of class string
    565565             */
    566              virtual string toString () const;
     566             virtual string toString () const {};
    567567
    568568             /**
Note: See TracChangeset for help on using the changeset viewer.