Re-added private Tile::operator= with no implementation

So that no one uses the default one
remotes/origin/KDE/4.10
Fabio D'Urso 14 years ago
parent 85d5f043a2
commit e301aa9099
  1. 2
      core/tile.h

@ -45,6 +45,8 @@ class OKULAR_EXPORT Tile
private:
class Private;
Private * d;
Tile& operator=( const Tile &other ); // Not implemented
};
}

Loading…
Cancel
Save