On 10/01/2010 14:24, Vincent van Ravesteijn wrote:
-void traverse_snake_back(DocRangePair& rp)
+bool traverse_snake(DocPair& p, DocRangePair const& rp, bool
forward)
traverseSnake
Abdel.
I made the function static now, so it feels pretty much private. Do
you still want the camelbump style ?
Personally yes, private is no exception. Except for some STL like code
in support, the coding style is pretty consistent accross lyx source
code and yours hurt my eyes and I know that other eyes are sensible to
this too :-)
Abdel.