Skip to content

Commit 5b8ab53

Browse files
ImportExportState is now private.
1 parent fa00b71 commit 5b8ab53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/HoloToolkit/Sharing/Tests/ImportExportAnchorManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class ImportExportAnchorManager : Singleton<ImportExportAnchorManager>
1818
/// <summary>
1919
/// Enum to track the progress through establishing a shared coordinate system.
2020
/// </summary>
21-
enum ImportExportState
21+
private enum ImportExportState
2222
{
2323
// Overall states
2424
Start,
@@ -39,7 +39,7 @@ enum ImportExportState
3939
Importing
4040
}
4141

42-
ImportExportState currentState = ImportExportState.Start;
42+
private ImportExportState currentState = ImportExportState.Start;
4343

4444
public string StateName
4545
{

0 commit comments

Comments
 (0)