Skip to content
Snippets Groups Projects
Commit fb0bb929 authored by Axel Naumann's avatar Axel Naumann
Browse files

User proper I/O flag: it is != nullptr, not transient!

parent 0eb31340
No related branches found
No related tags found
No related merge requests found
......@@ -211,7 +211,7 @@ public:
private:
/// The `TCanvas` holding the `TDrawable` (or its `TPad`).
TCanvas *fCanvas; //! always != nullptr
TCanvas *fCanvas; //-> always != nullptr
/// Indexes of the `TCanvas`'s color table entries used by this options object.
OptsAttrRefArr<TColor> fColorIdx;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment