lemon/bits/windows.cc
changeset 1092 dceba191c00d
parent 1001 e344f0887c59
child 1134 f70f688d9ef9
     1.1 --- a/lemon/bits/windows.cc	Fri Aug 09 14:07:27 2013 +0200
     1.2 +++ b/lemon/bits/windows.cc	Fri Aug 09 11:28:17 2013 +0200
     1.3 @@ -2,7 +2,7 @@
     1.4   *
     1.5   * This file is a part of LEMON, a generic C++ optimization library.
     1.6   *
     1.7 - * Copyright (C) 2003-2010
     1.8 + * Copyright (C) 2003-2013
     1.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    1.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    1.11   *
    1.12 @@ -140,7 +140,7 @@
    1.13        _repr = 0; //Just to avoid 'unused variable' warning with clang
    1.14  #endif
    1.15      }
    1.16 -    
    1.17 +
    1.18      WinLock::~WinLock() {
    1.19  #ifdef WIN32
    1.20        CRITICAL_SECTION *lock = static_cast<CRITICAL_SECTION*>(_repr);