mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
We always call this function with the argument now, but it should be
defaulted anyway. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38177 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
bfd5abac4c
commit
1d255a8da5
@ -33,7 +33,7 @@ public:
|
||||
EdgePath const getReachableTo(int to, bool clear_visited);
|
||||
/// \return a vector of the reachable vertices, avoiding all "excludes"
|
||||
EdgePath const getReachable(int from, bool only_viewable,
|
||||
bool clear_visited, std::vector<int> excludes);
|
||||
bool clear_visited, std::vector<int> excludes = std::vector<int>());
|
||||
/// can "from" be reached from "to"?
|
||||
bool isReachable(int from, int to);
|
||||
/// find a path from "from" to "to". always returns one of the
|
||||
|
Loading…
Reference in New Issue
Block a user