8000 Fix warning in code analyzer. · sync2brain/bossdevice-api-matlab@74f27a2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 74f27a2

Browse files
committed
Fix warning in code analyzer.
1 parent 3371511 commit 74f27a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

toolbox/src/bossdevice.m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ function clearPersonalSettings()
5656
function doc()
5757
openBossdeviceDoc;
5858
end
59+
60+
function exportRecording()
61+
bossapi.inst.exportLastRunToFile();
62+
end
5963
end
6064

6165
methods (Access=protected)
@@ -490,10 +494,6 @@ function restoreInstrument(obj)
490494
obj.addInstrument(hInst);
491495
end
492496

493-
function exportRecording(obj)
494-
bossapi.inst.exportLastRunToFile();
495-
end
496-
497497

498498
%% Target object wrappers
499499
function addInstrument(obj, inst)

0 commit comments

Comments
 (0)
0