]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Base/DijkstraBase.h
...
[FrontAlgorithms.git] / lib / fpa / Base / DijkstraBase.h
index 8878bb75244073c065d1d1c6a34d4d0cf06788e0..4f08eb94bf94a9ab1ae95c3b6d214c43c6cc1fcf 100644 (file)
@@ -60,7 +60,7 @@ namespace fpa
       DijkstraBase( );
       virtual ~DijkstraBase( );
 
-      virtual TOutputValue _ComputeOutputValue( const TNode& n ) override;
+      virtual void _ComputeOutputValue( TNode& n ) override;
       virtual void _QueueClear( ) override;
       virtual TNode _QueuePop( ) override;
       virtual void _QueuePush( const TNode& node ) override;