[Recorder] Fix access modifier bug
authorHaesu Gwon <haesu.gwon@samsung.com>
Tue, 20 Jun 2017 05:15:33 +0000 (14:15 +0900)
committerHaesu Gwon <haesu.gwon@samsung.com>
Tue, 20 Jun 2017 05:15:33 +0000 (14:15 +0900)
Change-Id: I7c477dce5b72d0e8b0eff34512fa8f17cd8ac857
Signed-off-by: Haesu Gwon <haesu.gwon@samsung.com>
src/Tizen.Multimedia.Recorder/Recorder/RecordingProgressEventArgs.cs [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 619bdcd..09f193b
@@ -23,7 +23,7 @@ namespace Tizen.Multimedia
     /// </summary>
     public class RecordingProgressEventArgs : EventArgs
     {
-        public RecordingProgressEventArgs(ulong elapsedTime, ulong fileSize)
+        internal RecordingProgressEventArgs(ulong elapsedTime, ulong fileSize)
         {
             ElapsedTime = elapsedTime;
             FileSize = fileSize;