Skip to content

Commit 0f1ba40

Browse files
committed
* inst/dbtable.m: use Hidden = true
1 parent 88e250a commit 0f1ba40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inst/dbtable.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,8 @@ function summary (this)
460460
endmethods
461461

462462
%{
463-
# when this is defined, a plot window will show :)
464-
methods (Access = hidden)
463+
# octave ignores hiddent currently
464+
methods (Hidden = true)
465465
function tdata = _RawData(this)
466466
tdata = this._data;
467467
endfunction

0 commit comments

Comments
 (0)