Skip to content

Commit

Permalink
Merge pull request #2726 from lramati/matlab
Browse files Browse the repository at this point in the history
Correct errors in align.m (issue #2710)
  • Loading branch information
ev-mp committed Nov 15, 2018
2 parents 0aec7b4 + ad152da commit 0eaea65
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions wrappers/matlab/align.m
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
% Wraps librealsense2 align class
classdef align < librealsense.processing_block
properties (SetAccess = private, Hidden = true)
objectHandle;
end
classdef align < realsense.processing_block
methods
% Constructor
function this = align(align_to)
Expand Down

0 comments on commit 0eaea65

Please sign in to comment.