I ran into the same problem sometime and understood the result as:
Here you have a int tagShitpermanent type. Thus, you cannot create constant variables of the type with the same name in two or more classes. Change this variable name tagShitin one of the classes (maybe like tagShift1 or something else) and it will go well.
, .