src/lemon/alteration_notifier.h
changeset 1134 56b07afdbf8d
parent 1040 372f08e8f403
child 1164 80bb73097736
     1.1 --- a/src/lemon/alteration_notifier.h	Mon Feb 07 10:48:14 2005 +0000
     1.2 +++ b/src/lemon/alteration_notifier.h	Mon Feb 07 10:49:44 2005 +0000
     1.3 @@ -321,11 +321,17 @@
     1.4  
     1.5    public:
     1.6  
     1.7 -    EdgeNotifier& getNotifier(Edge = INVALID) const {
     1.8 +    /// \brief Gives back the edge alteration notifier.
     1.9 +    ///
    1.10 +    /// Gives back the edge alteration notifier.
    1.11 +    EdgeNotifier& getNotifier(Edge) const {
    1.12        return edge_notifier;
    1.13      }
    1.14  
    1.15 -    NodeNotifier& getNotifier(Node = INVALID) const {
    1.16 +    /// \brief Gives back the node alteration notifier.
    1.17 +    ///
    1.18 +    /// Gives back the node alteration notifier.
    1.19 +    NodeNotifier& getNotifier(Node) const {
    1.20        return node_notifier;
    1.21      }
    1.22