Made enums all constants

This commit is contained in:
Dolan
2017-06-08 02:28:00 +01:00
parent 29a0cd79eb
commit 2dc0287a6b
33 changed files with 62 additions and 62 deletions

View File

@@ -1,5 +1,5 @@
export namespace Libgit2 {
enum OPT {
const enum OPT {
GET_MWINDOW_SIZE = 0,
SET_MWINDOW_SIZE = 1,
GET_MWINDOW_MAPPED_LIMIT = 2,